Papers with sentiment-controlled generation
LLM Braces: Straightening Out LLM Predictions with Relevant Sub-Updates (2025.acl-long)
Copied to clipboard
| Challenge: | Recent studies reveal that much of the knowledge in a Transformer-based Large Language Model (LLM) is encoded in its feed-forward (FFN) layers, where each FNN layer can be interpreted as the summation of sub-updates, each corresponding to a weighted column vector from the FFN’s value parameter matrix. |
| Approach: | They propose a method that computes relevance scores associated with value vectors in FFN layers and leverages these scores to dynamically adjust the contribution of sub-updates. |
| Outcome: | The proposed framework outperforms baseline approaches in fine-tuning and zero-shot settings while requiring significantly fewer tunable parameters. |
DExperts: Decoding-Time Controlled Text Generation with Experts and Anti-Experts (2021.acl-long)
Copied to clipboard
Alisa Liu, Maarten Sap, Ximing Lu, Swabha Swayamdipta, Chandra Bhagavatula, Noah A. Smith, Yejin Choi
| Challenge: | Decoding-time Experts is a decoding- time method for controlled text generation . it combines a pretrained language model with "expert" LMs and/or "anti-expert" experts . |
| Approach: | They propose a decoding-time method that combines a pretrained language model with "expert" LMs and/or "anti-expert" experts to generate controlled text. |
| Outcome: | The proposed method outperforms existing controllable generation methods on automatic and human evaluations. |